The "android" and "ios" folders contain the information necessary to build the application in each corresponding platform.
The "assets" folder contains all the assets used in the application such as gifs and images
The "src" folder contains all our added code divided into "components" and "screens". "components" folder contains custom made components that contain pieces of code that will be repeatedly used and that are incomporated inside the screens such as buttons. "screens" contain the code that controls the look and behaviors of the screens. Finally, App.js contains the navigation of the app